PyTorch tutorial: Sequence Models 導入
Sequence model、訳すなら系列モデル
Sequence models are central to NLP: they are models where there is some sort of dependence through time between your inputs.
(私訳)系列モデルは、入力どうしの間で時間を通した依存があるモデル
The classical example of a sequence model is the Hidden Markov Model for part-of-speech tagging. Another example is the conditional random field.
隠れマルコフモデル(品詞タグ付け)